From 320d25e44bb40885ce552c1b62b64223e53c4b8b Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 25 Jun 2008 04:03:32 +0000 Subject: [PATCH] Add some more missing pieces of garmin_device_xml. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3283 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- gpsbabel/garmin_device_xml.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 67f09078a..8a2c91931 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -43,7 +43,7 @@ INSTALL_DIR=$(DESTDIR)/$(PREFIX) # OTHER_ROOT=/sw # Uncomment For Fink on OS X. MINIMAL_FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin.o \ - garmin_tables.o internal_styles.o nmea.o kml.o + garmin_device_xml.o garmin_tables.o internal_styles.o nmea.o kml.o ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o pcx.o cetus.o copilot.o \ gpspilot.o magnav.o \ diff --git a/gpsbabel/garmin_device_xml.h b/gpsbabel/garmin_device_xml.h index d8b039247..bc90ecd87 100644 --- a/gpsbabel/garmin_device_xml.h +++ b/gpsbabel/garmin_device_xml.h @@ -43,6 +43,8 @@ typedef struct { } gdx_info; const gdx_info* gdx_read(const char *fname); +const gdx_info * gdx_get_info(void); +const gdx_info * gdx_find_file(char **dirlist); // This is so gross. By the time we know it's not a USB device // and could be one of our devices, we're so deep into the callstack -- 2.30.2